hvmloader: Locate the BIOS blob
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 20 Oct 2015 15:55:49 +0000 (16:55 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 18 Aug 2016 16:24:39 +0000 (17:24 +0100)
commit8aa944d48e988a618eb0e0965289030d36e3e240
tree42f4a76822108f59ea844ff5eb1da28b8c091f67
parentb11ca6ea38af52be91759d71c00b408e8960174e
hvmloader: Locate the BIOS blob

The BIOS blob can be found an entry called "firmware" of the modlist of
the hvm_start_info struct.

The found BIOS blob is not loaded by this patch, but only passed as
argument to bios_load() function.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c
tools/firmware/hvmloader/ovmf.c
tools/firmware/hvmloader/rombios.c